home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / pl.lang < prev    next >
Text File  |  2005-03-31  |  957b  |  37 lines

  1. # Perl language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 28.1.2003
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18. $KW_LIST(kwa)=and cmp continue else elsif eq for foreach ge goto gt if last
  19. le lt do ne next not or package return sub switch unless until use while xor
  20.  
  21. # TODO string functions, array functions etc
  22. $KW_LIST(kwc)=my local
  23.  
  24. $STRINGDELIMITERS=" ' END
  25.  
  26. $SL_COMMENT=#
  27.  
  28. $IGNORECASE=false
  29.  
  30. $ESCCHAR=\
  31.  
  32. $ALLOWEXTESCAPE=true
  33.  
  34. $KW_PREFIX(kwb)=$ @ %
  35.  
  36. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / * + -
  37.